ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / SetValue Method / SetValue<T>(Int32,PropertyType,T) Method
Index of the property
Property type.
Value of the property

In This Topic
    SetValue<T>(Int32,PropertyType,T) Method
    In This Topic
    Sets the named property to the given value.
    Syntax
    'Declaration
     
    Public Overloads Sub SetValue(Of T As {New, Struct})( _
       ByVal index As Integer, _
       ByVal type As PropertyType, _
       ByVal value As T _
    ) 
    public void SetValue<T>( 
       int index,
       PropertyType type,
       T value
    )
    where T: new(), struct

    Parameters

    index
    Index of the property
    type
    Property type.
    value
    Value of the property

    Type Parameters

    T
    See Also